home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / oh10a7.zip / LOGS / STATSPU.BAT < prev    next >
DOS Batch File  |  1996-04-19  |  585b  |  18 lines

  1. @ECHO OFF
  2. REM This file will perform a partial update of your statistics.
  3. REM It can be run while OmniHTTPd is running.
  4.  
  5. REM This makes sure we are in the right directory.  If your default
  6. REM directory is different modify this.
  7. cd\httpd\logs
  8.  
  9. REM Now make a copy of the access.log
  10. copy access.log ca.log
  11.  
  12. REM Now run the update.  If your template file is different, change
  13. REM template.htm.  Same for the log file.
  14. stat ca.log partup template.htm
  15.  
  16. REM Now, since we've fully updated the stats, we delete the log file
  17. REM in order to keep the stats current.
  18. del ca.log